home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / POPMAIL < prev    next >
Text File  |  1996-03-13  |  2KB  |  76 lines

  1.  
  2. popmail <subcommands>
  3.  
  4.     The following popmail subcommands describe how to configure a POP2
  5.     or POP3 client daemon.  A Jnos POP server host need only 'start' the
  6.     pop2 or pop3 daemon, and configure the popusers file, to make his
  7.     system accessible to pop clients.
  8.  
  9.  
  10.     popmail addserver <host> [<seconds>] [hh:mm-hh:mm] <protocol>
  11.     <mailbox> <username> [<password>]
  12.  
  13.      Add hostP as a pop server. When seconds is given, a timer is
  14.      started to query the  host with that interval for mail. If not
  15.      specified no querying to the pop host will be started. You have
  16.      to do that manually with a kick.  When  hh:mm is given then only
  17.      in that exact timeframe are queries to the host made (allowed).
  18.      Protocol is either POP2 or POP3, depending on the  mail service
  19.      the host is providing.
  20.  
  21.      Note: pop2 is superceded by pop3.
  22.  
  23.      Mailbox is the mailbox name on the local host where mail is to be
  24.      stored.
  25.      
  26.      Username and password are this system's validation parameters for
  27.      the host.  If password is omitted, it is obtained from the console.
  28.  
  29.      Note: On entering this command the host name is looked up. If
  30.      nonexistent, an error message is displayed.
  31.  
  32.  
  33.     popmail dropserver <host>
  34.  
  35.      Drops host from the list of pop servers to be queried.  All
  36.      references to the entry are deleted from the current system.
  37.  
  38.  
  39.     popmail kick <host>
  40.  
  41.      Starts a pop session with host to retrieve mail.  This command is
  42.      needed  when no interval is specified with the popmail addserver
  43.      command.
  44.  
  45.  
  46.     popmail list
  47.  
  48.      Lists the current popmail server table.
  49.  
  50.  
  51.     popmail quiet <yes|NO>
  52.  
  53.      Enables or disables the inclusion of a beep in the message that
  54.      new mail arrived at this system via pop.  See 'popmail trace'
  55.      below, to enable the printing of a new-mail-arrived message.
  56.  
  57.  
  58.     popmail trace <level>                                 Default: 1
  59.  
  60.      Displays or sets the trace level of pop sessions. Current trace
  61.      levels are:
  62.      
  63.       0 - No tracing
  64.       1 - Serious errors reported
  65.       2 - Transient errors reported
  66.       3 - session progress reported
  67.      
  68.      Note that tracing only goes to the log file, and that a non-zero
  69.      trace value also causes a "new mail arrived" message to be displayed
  70.      on the console.
  71.  
  72.  
  73.     popmail lzw [off | ON]
  74.  
  75.      Displays or sets the LZW compression enable flag.
  76.